* {
    box-sizing: border-box;
}

.kieli {
    width: 100px;
    height:	40px;
	float: right;
    color: black;
	background-color: white;

    text-decoration: none;
    text-align: center;
    border: black 1px solid;
    border-radius: 5px;
	}
.kieli:hover {
    background-color: lightsteelblue;
    text-decoration: none;
} 
.logo img {
    padding: 20px;
    height: 200px;
}    
	
body {
    background-color: aquamarine;
}
.row img {
    margin: 5px;
}
.container-fluid {
    float: right;
}
.esittely {
    margin-left: 3%;
    margin-right: 20%;
}
.logot img {
    padding: 3px;
}
.flex-container {
    margin-left: 3%;
    display: flex;
	flex-direction: row;
	margin: 10px;
    background-color: white;
    text-align: center;
    }

.flex-container > div {
    background-color: lightgreen;
    width: 200%;
    margin: 5px;
    text-align: center;
}	
.jumbotron h1 {
    color: black;
}
.jumbotron h1:hover {
    color: navy;
    text-decoration: none;
}
.profile img {
    height: 300px;
    width: 220px;
}
.video h4 {
    margin-left: 3%;
    margin-top: 150px;
    margin-bottom: 50px;
}
.esittely {
    margin-top: 50px;
    margin-bottom: 50px;
}
.play {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 3%;
}
.logot img {
    height: 200px;
    padding: 5px;
    margin-bottom: 50px;
}
.container-fluid img {
    height: 150px;
}
.otsikot {
    text-align: center;
}
